home *** CD-ROM | disk | FTP | other *** search
- Path: red.seas.upenn.edu!son
- From: son@red.seas.upenn.edu (Sonny)
- Newsgroups: comp.lang.c++
- Subject: Re: clearing the screen, in Linux
- Date: 25 Mar 1996 08:08:27 GMT
- Organization: University of Pennsylvania
- Message-ID: <4j5k9r$as1@netnews.upenn.edu>
- References: <31564CDA.DB1@ljusdal.se>
- NNTP-Posting-Host: red.seas.upenn.edu
- X-Newsreader: TIN [version 1.2 PL2-upenn1.3]
-
- use the system function in
- #include<stdlib.h>
-
- system("clear");
-
- Marcsu (marcus.berggren@ljusdal.se) wrote:
- : Could someone plese help me with this one!
- : I need to know what function to call and what header file to include.
-
- : Be well
-
- : /marcsu
-
- : marcus.berggren@ljusdal.se
-
- --
-